Skip to content

Skip RBS type aliases as node signatures#948

Merged
KaanOzkan merged 1 commit into
mainfrom
ko-fix-rbs-type-alias-leading-method-sig
Jun 10, 2026
Merged

Skip RBS type aliases as node signatures#948
KaanOzkan merged 1 commit into
mainfrom
ko-fix-rbs-type-alias-leading-method-sig

Conversation

@KaanOzkan

Copy link
Copy Markdown
Contributor

Fixes #947

Consumers of node_rbs_comments shouldn't receive a type alias comment. It's handled seperately in

def collect_type_aliases(comments)

@KaanOzkan KaanOzkan requested a review from a team as a code owner June 9, 2026 20:01

@paracycle paracycle left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The approach is a little ad-hoc, but I think that's fine.

@KaanOzkan KaanOzkan merged commit 0508557 into main Jun 10, 2026
11 checks passed
@KaanOzkan KaanOzkan deleted the ko-fix-rbs-type-alias-leading-method-sig branch June 10, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RBS type alias above method sig results in incorrect translation

3 participants